home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / patches / wcl_bug1.zip / README.TXT < prev    next >
Text File  |  1994-12-11  |  3KB  |  70 lines

  1.  
  2.                         README FOR WCL 7.70b CSD
  3.                         ------------------------
  4. This package is a Corrective Service Diskette (a.k.a "bug fix") for
  5. WCL v7.70a. The version number is now 7.70b.
  6.  
  7. Installation
  8. ------------
  9. Just copy the new files into the WCL directory, overwriting the old
  10. files of v7.70a. For those who wonder where v7.70a is, the file is
  11. called WINCMD77.ZIP, and is available in the following places;
  12.  
  13. File: wincmd77.zip
  14. Ftp site                                Directory
  15. ----------------------------------------------------------------
  16. micros.hensa.ac.uk                /micros/ibmpc/win/c/c231
  17. oak.oakland.edu                   /simtel/msdos/windows3
  18. ftp.demon.co.uk                   /pub/ibmpc/win3/wcl
  19. ftp.cica.indiana.edu              /pub/pc/win3/util
  20. garbo.uwasa.fi                    /windows/desktop
  21. wuarchive.wustl.edu               /pub/MSDOS_UPLOADS/win
  22. Compuserve                        WINSHARE LIB 4
  23.  
  24.  
  25. What is fixed?
  26. --------------
  27. WCL v7.70b fixes a number of bugs in v7.70a, to wit;
  28.  
  29.    [a] not running the AUTOEXEC.CBF file
  30.    [b] not running commands in the STARTUP lines in WCL.INI
  31.    [c] not expanding the WINDIR reserved word properly
  32.    [d] not running the FOREACH command properly
  33.    [e] sometimes not changing to the directory of the program being
  34.        executed, even if "DO=0" in WCL.INI
  35.  
  36. All these bugs have now been fixed, and there are a couple of new
  37. commands;
  38.  
  39.    [a] UNLOADLIB - this unloads "orphan" DLLs from memory (i.e., DLLs
  40.        which you KNOW shouldn't be in memory because all the programs
  41.        using them have been closed, but which are still in memory).
  42.        It should only be used by programmers or others who know what
  43.        they are doing. If the DLL you are trying to unload is still
  44.        being used by another running program, you are CERTAIN to get
  45.        a GPF. You have been warned!
  46.  
  47.        Syntax = UNLOADLIB <FILE.DLL>
  48.        Example: UNLOADLIB CTL3D.DLL
  49.  
  50.    [b] TEXT2COM - this converts a text (ascii) file into a self
  51.        displaying executable file. You can give the converted file
  52.        an extension of .EXE or .COM (although it is actually a .COM
  53.        file). Because it is a .COM file, the ascii file you are
  54.        trying to convert cannot be larger than 64000 bytes.
  55.  
  56.        When the executable file is run, it will ask whether you want
  57.        output to the (S)creen or to the (P)rinter. If you output to
  58.        the screen,, there will be a pause for a key press after each
  59.        screen is displayed.
  60.  
  61.        Syntax = TEXT2COM <ascii file> <file[.exe][.com]>
  62.        Example: TEXT2COM help.asc help.exe
  63.        Example: TEXT2COM help.asc help.com
  64.  
  65.  
  66. -----------------
  67. Dr A. Olowofoyeku
  68. December 1994
  69. -----------------
  70.